home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000252_news@watsun.cc.columbia.edu _Sun Feb 21 16:28:21 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26396
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 21 Feb 1999 16:28:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA13995
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 21 Feb 1999 16:02:34 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: HP-UX 10.20 with built-in modem
  11. Date: 21 Feb 1999 21:02:32 GMT
  12. Organization: Columbia University
  13. Message-ID: <7aps98$dl9$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36CEE54B.37A02AF0@direct.A2000.nl>,
  17. Job eisses <job@icl.nl> wrote:
  18. : I was surprised that the only large unix platform that
  19. : includes kermit (6.0.192) in its distribution gives so
  20. : much trouble when trying to use it for its internal
  21. : modem on the 9000/800/K360.
  22. : The first problem was to find the device name,
  23. : for which a few hours scanning manuals was not enough.
  24. : Finally someone remembered having seen that ports 0,1
  25. : and 7 meant something, and lo and behold: on /dev/tty0p7
  26. : we got OK when we typed "AT" into cu.
  27. : But then none of my kermit scripts accomplished anything.
  28. :  "set line /dev/tty0p7" will not work, so i have to start
  29. : kermit with "-l /dev/tty0p7" to talk to the modem, which
  30. : works interactively, but "out ..." and "in ..." don't get
  31. : me anything.
  32. What about DIAL?
  33.  
  34. : Does this sound familiar to anyone ? Anything i can try ?
  35. Please start C-Kermit, give a "log debug" command, and then
  36. set up your port and try to dial.  Assuming it fails, send
  37. in the resulting debug.log file to kermit-support@columbia.edu.
  38.  
  39. - Frank